[INFO] cloning repository https://github.com/dallay/agentsync
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dallay/agentsync" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdallay%2Fagentsync", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdallay%2Fagentsync'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 06776a6ab3684bbaa0a81308c29ebe78ff3f98bf
[INFO] testing dallay/agentsync against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdallay%2Fagentsync" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/dallay/agentsync
[INFO] finished tweaking git repo https://github.com/dallay/agentsync
[INFO] tweaked toml for git repo https://github.com/dallay/agentsync written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dallay/agentsync on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dallay/agentsync already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c37c8085f561841e92f81094fff190941d8f77c39daad5f59e79ed67eba92f58
[INFO] running `Command { std: "docker" "start" "-a" "c37c8085f561841e92f81094fff190941d8f77c39daad5f59e79ed67eba92f58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c37c8085f561841e92f81094fff190941d8f77c39daad5f59e79ed67eba92f58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c37c8085f561841e92f81094fff190941d8f77c39daad5f59e79ed67eba92f58", kill_on_drop: false }`
[INFO] [stdout] c37c8085f561841e92f81094fff190941d8f77c39daad5f59e79ed67eba92f58
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8f43b569d3754476b9d45f9977c555d4f82a9f6c55d97e7fb46622530e24acb7
[INFO] running `Command { std: "docker" "start" "-a" "8f43b569d3754476b9d45f9977c555d4f82a9f6c55d97e7fb46622530e24acb7", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libz-sys v1.1.25
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling zlib-rs v0.6.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling compression-core v0.4.31
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling libbz2-rs-sys v0.2.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling winnow v1.0.0
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]    Compiling toml_parser v1.0.10+spec-1.1.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling bzip2 v0.6.1
[INFO] [stderr]    Compiling compression-codecs v0.4.37
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling async-compression v0.4.41
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling toml_datetime v1.0.1+spec-1.1.0
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling lzma-rust2 v0.16.2
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling toml_writer v1.0.7+spec-1.1.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling ppmd-rust v1.4.0
[INFO] [stderr]    Compiling deflate64 v0.1.11
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling toml v1.0.7+spec-1.1.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling dialoguer v0.11.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tar v0.4.45
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling zip v8.3.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.13.2
[INFO] [stderr]    Compiling agentsync v1.33.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
[INFO] running `Command { std: "docker" "inspect" "8f43b569d3754476b9d45f9977c555d4f82a9f6c55d97e7fb46622530e24acb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f43b569d3754476b9d45f9977c555d4f82a9f6c55d97e7fb46622530e24acb7", kill_on_drop: false }`
[INFO] [stdout] 8f43b569d3754476b9d45f9977c555d4f82a9f6c55d97e7fb46622530e24acb7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 88229dca264599b5f9241704831339a6dcd3e268e80e74a8629e12d1a3e6cd7e
[INFO] running `Command { std: "docker" "start" "-a" "88229dca264599b5f9241704831339a6dcd3e268e80e74a8629e12d1a3e6cd7e", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling agentsync v1.33.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 20.16s
[INFO] running `Command { std: "docker" "inspect" "88229dca264599b5f9241704831339a6dcd3e268e80e74a8629e12d1a3e6cd7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88229dca264599b5f9241704831339a6dcd3e268e80e74a8629e12d1a3e6cd7e", kill_on_drop: false }`
[INFO] [stdout] 88229dca264599b5f9241704831339a6dcd3e268e80e74a8629e12d1a3e6cd7e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 328f8eb239f97894f64e546171acdc65799a922e4e11f08a24c2b3bba9b407f5
[INFO] running `Command { std: "docker" "start" "-a" "328f8eb239f97894f64e546171acdc65799a922e4e11f08a24c2b3bba9b407f5", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/agentsync-599d79d53ee09698)
[INFO] [stdout] 
[INFO] [stdout] running 290 tests
[INFO] [stdout] test agent_ids::tests::test_agent_convention_filename_known_agents ... ok
[INFO] [stdout] test agent_ids::tests::test_agent_convention_filename_case_insensitive ... ok
[INFO] [stdout] test agent_ids::tests::test_canonical_configurable_agent_id_aliases ... ok
[INFO] [stdout] test agent_ids::tests::test_canonical_mcp_agent_id_aliases ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_aider ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_amazonq ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_augment ... ok
[INFO] [stdout] test agent_ids::tests::test_agent_convention_filename_unknown ... ok
[INFO] [stdout] test agent_ids::tests::test_agent_convention_filename_aliases ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_factory ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_firebender ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_kiro ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_goose ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_kilocode ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_opencode_dirs ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_jetbrains ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_cline ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_firebase ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_crush ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_trae ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_unknown_returns_empty ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_uses_aliases ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_vibe ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_warp ... ok
[INFO] [stdout] test agent_ids::tests::test_sync_filter_matches_configurable_agent_aliases ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_openhands ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_windsurf ... ok
[INFO] [stdout] test agent_ids::tests::test_known_ignore_patterns_roo ... ok
[INFO] [stdout] test agent_ids::tests::test_mcp_filter_matches_alias_and_substring ... ok
[INFO] [stdout] test agent_ids::tests::test_sync_filter_matches_alias_and_substring ... ok
[INFO] [stdout] test config::tests::test_all_gitignore_entries_collects_destinations ... ok
[INFO] [stdout] test config::tests::test_all_gitignore_entries_disabled_agents_no_known_patterns ... ok
[INFO] [stdout] test config::tests::test_all_gitignore_entries_includes_known_patterns_for_alias_agents ... ok
[INFO] [stdout] test config::tests::test_all_gitignore_entries_deduplicates ... ok
[INFO] [stdout] test config::tests::test_all_gitignore_entries_includes_known_patterns ... ok
[INFO] [stdout] test config::tests::test_all_gitignore_entries_includes_backup_patterns ... ok
[INFO] [stdout] test config::tests::test_all_gitignore_entries_deduplicates_known_patterns ... ok
[INFO] [stdout] test config::tests::test_all_gitignore_entries_module_map_disabled_agent_skipped ... ok
[INFO] [stdout] test config::tests::test_all_gitignore_entries_module_map_expands_mappings ... ok
[INFO] [stdout] test config::tests::test_default_agents_empty_by_default ... ok
[INFO] [stdout] test config::tests::test_all_gitignore_entries_sorted ... ok
[INFO] [stdout] test config::tests::test_default_agents_parsing ... ok
[INFO] [stdout] test config::tests::test_all_gitignore_entries_module_map_deduplicates_expanded_entries ... ok
[INFO] [stdout] test config::tests::test_all_gitignore_entries_module_map_with_filename_override ... ok
[INFO] [stdout] test config::tests::test_default_agents_single_agent ... ok
[INFO] [stdout] test config::tests::test_all_gitignore_entries_manual_entries_plus_known ... ok
[INFO] [stdout] test config::tests::test_default_agents_with_other_config ... ok
[INFO] [stdout] test config::tests::test_all_gitignore_entries_skips_disabled_agents ... ok
[INFO] [stdout] test config::tests::test_gitignore_config_disabled ... ok
[INFO] [stdout] test config::tests::test_gitignore_config_custom_marker ... ok
[INFO] [stdout] test config::tests::test_gitignore_config_defaults ... ok
[INFO] [stdout] test config::tests::test_known_ignore_patterns_case_insensitive ... ok
[INFO] [stdout] test config::tests::test_known_ignore_patterns_claude ... ok
[INFO] [stdout] test config::tests::test_known_ignore_patterns_copilot ... ok
[INFO] [stdout] test config::tests::test_find_config_in_agents_dir ... ok
[INFO] [stdout] test config::tests::test_known_ignore_patterns_codex ... ok
[INFO] [stdout] test config::tests::test_known_ignore_patterns_codex_aliases ... ok
[INFO] [stdout] test config::tests::test_known_ignore_patterns_cursor ... ok
[INFO] [stdout] test config::tests::test_known_ignore_patterns_gemini ... ok
[INFO] [stdout] test config::tests::test_known_ignore_patterns_unknown_agent ... ok
[INFO] [stdout] test config::tests::test_known_ignore_patterns_vscode ... ok
[INFO] [stdout] test config::tests::test_find_config_in_root ... ok
[INFO] [stdout] test config::tests::test_known_ignore_patterns_opencode ... ok
[INFO] [stdout] test config::tests::test_load_config_from_file ... ok
[INFO] [stdout] test config::tests::test_load_config_file_not_found ... ok
[INFO] [stdout] test config::tests::test_mcp_config_defaults ... ok
[INFO] [stdout] test config::tests::test_mcp_merge_strategy_overwrite ... ok
[INFO] [stdout] test config::tests::test_load_config_invalid_toml ... ok
[INFO] [stdout] test config::tests::test_mcp_full_config_with_agents ... ok
[INFO] [stdout] test config::tests::test_find_config_not_found ... ok
[INFO] [stdout] test config::tests::test_find_config_prefers_agents_dir ... ok
[INFO] [stdout] test config::tests::test_mcp_multiple_servers ... ok
[INFO] [stdout] test config::tests::test_mcp_config_disabled ... ok
[INFO] [stdout] test config::tests::test_find_config_searches_parent_dirs ... ok
[INFO] [stdout] test config::tests::test_mcp_server_config_serialization ... ok
[INFO] [stdout] test config::tests::test_mcp_server_disabled ... ok
[INFO] [stdout] test config::tests::test_mcp_server_stdio_config ... ok
[INFO] [stdout] test config::tests::test_parse_empty_config ... ok
[INFO] [stdout] test config::tests::test_parse_compress_agents_md_enabled ... ok
[INFO] [stdout] test config::tests::test_nested_glob_destination_not_added_to_gitignore ... ok
[INFO] [stdout] test config::tests::test_mcp_server_remote_url ... ok
[INFO] [stdout] test config::tests::test_mcp_server_with_env ... ok
[INFO] [stdout] test config::tests::test_parse_config_with_defaults ... ok
[INFO] [stdout] test config::tests::test_parse_invalid_sync_type ... ok
[INFO] [stdout] test config::tests::test_parse_minimal_config ... ok
[INFO] [stdout] test config::tests::test_parse_full_config ... ok
[INFO] [stdout] test config::tests::test_parse_missing_required_fields ... ok
[INFO] [stdout] test config::tests::test_parse_module_mapping_struct ... ok
[INFO] [stdout] test config::tests::test_parse_nested_glob_target ... ok
[INFO] [stdout] test config::tests::test_parse_module_map_sync_type ... ok
[INFO] [stdout] test config::tests::test_parse_target_config_without_mappings_defaults ... ok
[INFO] [stdout] test config::tests::test_project_root_from_agents_dir ... ok
[INFO] [stdout] test config::tests::test_project_root_from_root_config ... ok
[INFO] [stdout] test config::tests::test_project_root_nested_agents_dir ... ok
[INFO] [stdout] test config::tests::test_resolve_module_map_filename_convention_claude ... ok
[INFO] [stdout] test config::tests::test_resolve_module_map_filename_convention_copilot ... ok
[INFO] [stdout] test config::tests::test_resolve_module_map_filename_convention_is_case_insensitive ... ok
[INFO] [stdout] test config::tests::test_resolve_module_map_filename_fallback_unknown_agent ... ok
[INFO] [stdout] test config::tests::test_resolve_module_map_filename_override ... ok
[INFO] [stdout] test config::tests::test_source_dir_custom ... ok
[INFO] [stdout] test config::tests::test_resolve_module_map_filename_override_beats_convention ... ok
[INFO] [stdout] test config::tests::test_source_dir_default ... ok
[INFO] [stdout] test config::tests::test_sync_type_symlink ... ok
[INFO] [stdout] test gitignore::tests::test_remove_managed_section_at_end ... ok
[INFO] [stdout] test config::tests::test_sync_type_symlink_contents ... ok
[INFO] [stdout] test gitignore::tests::test_remove_managed_section ... ok
[INFO] [stdout] test gitignore::tests::test_remove_managed_section_at_start ... ok
[INFO] [stdout] test gitignore::tests::test_remove_managed_section_empty_managed ... ok
[INFO] [stdout] test gitignore::tests::test_remove_managed_section_not_present ... ok
[INFO] [stdout] test gitignore::tests::test_remove_managed_section_preserves_whitespace ... ok
[INFO] [stdout] test gitignore::tests::test_update_gitignore_dry_run_does_not_modify_existing ... ok
[INFO] [stdout] test gitignore::tests::test_update_gitignore_empty_entries ... ok
[INFO] [stdout] test gitignore::tests::test_update_gitignore_creates_new_file ... ok
[INFO] [stdout] test gitignore::tests::test_update_gitignore_dry_run ... ok
[INFO] [stdout] test gitignore::tests::test_update_gitignore_appends_to_existing ... ok
[INFO] [stdout] test gitignore::tests::test_update_gitignore_custom_marker ... ok
[INFO] [stdout] test gitignore::tests::test_update_gitignore_with_special_characters_in_entries ... ok
[INFO] [stdout] test init::tests::test_backup_moves_directories ... ok
[INFO] [stdout] test gitignore::tests::test_update_gitignore_replaces_existing_section ... ok
[INFO] [stdout] test init::tests::test_backup_moves_files ... ok
[INFO] [stdout] test gitignore::tests::test_update_gitignore_idempotent ... ok
[INFO] [stdout] test gitignore::tests::test_update_gitignore_preserves_trailing_content ... ok
[INFO] [stdout] test init::tests::test_copy_dir_all ... ok
[INFO] [stdout] test init::tests::test_default_agents_md_contains_sections ... ok
[INFO] [stdout] test init::tests::test_copy_dir_all_with_symlinks ... ok
[INFO] [stdout] test init::tests::test_default_config_agents_are_enabled ... ok
[INFO] [stdout] test init::tests::test_default_config_is_valid_toml ... ok
[INFO] [stdout] test gitignore::tests::test_update_gitignore_multiple_entries ... ok
[INFO] [stdout] test init::tests::test_default_config_contains_expected_agents ... ok
[INFO] [stdout] test init::tests::test_default_config_gitignore_enabled ... ok
[INFO] [stdout] test init::tests::test_init_creates_agents_directory ... ok
[INFO] [stdout] test init::tests::test_init_creates_agents_md ... ok
[INFO] [stdout] test init::tests::test_init_creates_config_file ... ok
[INFO] [stdout] test init::tests::test_init_creates_skills_directory ... ok
[INFO] [stdout] test init::tests::test_init_creates_nested_structure ... ok
[INFO] [stdout] test init::tests::test_init_does_not_overwrite_without_force ... ok
[INFO] [stdout] test init::tests::test_init_with_existing_agents_dir ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_aider_config ... ok
[INFO] [stdout] test init::tests::test_merge_multiple_instruction_files ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_amazonq_rules ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_augment_rules ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_claude_md ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_empty_project ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_clinerules ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_cursor_dir ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_crush_md ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_factory_dir ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_gemini_md ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_copilot_instructions ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_junie_dir ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_goosehints ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_jetbrains_rules ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_firebender_json ... ok
[INFO] [stdout] test init::tests::test_init_overwrites_with_force ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_kiro_steering ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_mcp_json ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_openhands_microagents ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_kilocode_dir ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_roo_rules ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_firebase_rules ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_root_agents_md ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_trae_rules ... ok
[INFO] [stdout] test linker::tests::test_chrono_lite_timestamp ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_vibe_dir ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_warp_md ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_multiple ... ok
[INFO] [stdout] test init::tests::test_scan_agent_files_finds_windsurf_dir ... ok
[INFO] [stdout] test linker::tests::test_clean_dry_run ... ok
[INFO] [stdout] test linker::tests::test_expand_destination_template_root_file ... ok
[INFO] [stdout] test linker::tests::test_linker_new ... ok
[INFO] [stdout] test linker::tests::test_linker_project_root_accessor ... ok
[INFO] [stdout] test linker::tests::test_clean_removes_symlinks ... ok
[INFO] [stdout] test linker::tests::test_expand_destination_template_nested_file ... ok
[INFO] [stdout] test linker::tests::test_linker_config_accessor ... ok
[INFO] [stdout] test linker::tests::test_module_map_clean_removes_symlinks ... ok
[INFO] [stdout] test linker::tests::test_clean_symlink_contents ... ok
[INFO] [stdout] test linker::tests::test_module_map_clean_dry_run ... ok
[INFO] [stdout] test linker::tests::test_module_map_missing_source_skipped_and_other_mappings_continue ... ok
[INFO] [stdout] test linker::tests::test_module_map_filename_override ... ok
[INFO] [stdout] test linker::tests::test_module_map_empty_mappings ... ok
[INFO] [stdout] test linker::tests::test_module_map_sync_dry_run ... ok
[INFO] [stdout] test linker::tests::test_module_map_clean_skips_non_symlink_files ... ok
[INFO] [stdout] test linker::tests::test_module_map_sync_is_idempotent_when_symlink_already_matches ... ok
[INFO] [stdout] test linker::tests::test_nested_glob_excludes_patterns ... ok
[INFO] [stdout] test linker::tests::test_path_glob_double_star_does_not_match_wrong_name ... ok
[INFO] [stdout] test linker::tests::test_path_glob_double_star_in_middle ... ok
[INFO] [stdout] test linker::tests::test_path_glob_double_star_matches_nested ... ok
[INFO] [stdout] test linker::tests::test_path_glob_exact_match ... ok
[INFO] [stdout] test linker::tests::test_path_glob_exclusion_patterns ... ok
[INFO] [stdout] test linker::tests::test_path_glob_single_star_does_not_cross_separator ... ok
[INFO] [stdout] test linker::tests::test_pattern_matching ... ok
[INFO] [stdout] test linker::tests::test_module_map_nested_convention_path_creates_intermediate_directories ... ok
[INFO] [stdout] test linker::tests::test_pattern_matching_asterisk_middle ... ok
[INFO] [stdout] test linker::tests::test_module_map_creates_symlinks ... ok
[INFO] [stdout] test linker::tests::test_nested_glob_creates_symlinks_for_discovered_files ... ok
[INFO] [stdout] test linker::tests::test_nested_glob_dry_run_does_not_create_files ... ok
[INFO] [stdout] test linker::tests::test_pattern_matching_edge_cases ... ok
[INFO] [stdout] test linker::tests::test_pattern_matching_mixed ... ok
[INFO] [stdout] test linker::tests::test_pattern_matching_multiple_asterisks ... ok
[INFO] [stdout] test linker::tests::test_nested_glob_skips_missing_search_root ... ok
[INFO] [stdout] test linker::tests::test_module_map_unknown_agent_uses_source_basename ... ok
[INFO] [stdout] test linker::tests::test_nested_glob_clean_removes_symlinks ... ok
[INFO] [stdout] test linker::tests::test_pattern_matching_question_marks ... ok
[INFO] [stdout] test linker::tests::test_sync_cli_agents_overrides_default_agents ... ok
[INFO] [stdout] test linker::tests::test_sync_compresses_agents_md_when_enabled ... ok
[INFO] [stdout] test linker::tests::test_sync_all_enabled_when_no_default_agents_and_no_cli ... ok
[INFO] [stdout] test linker::tests::test_sync_cli_filter_supports_aliases ... ok
[INFO] [stdout] test linker::tests::test_sync_creates_symlink ... ok
[INFO] [stdout] test linker::tests::test_sync_creates_parent_directories ... ok
[INFO] [stdout] test linker::tests::test_sync_default_agents_case_insensitive ... ok
[INFO] [stdout] test linker::tests::test_sync_default_agents_support_aliases ... ok
[INFO] [stdout] test linker::tests::test_sync_dry_run_does_not_create_files ... ok
[INFO] [stdout] test linker::tests::test_sync_filters_by_agent_name ... ok
[INFO] [stdout] test linker::tests::test_sync_mcp_cli_filter_supports_aliases ... ok
[INFO] [stdout] test linker::tests::test_sync_filters_by_agent_name_case_insensitive ... ok
[INFO] [stdout] test linker::tests::test_sync_mcp_creates_codex_config_file ... ok
[INFO] [stdout] test linker::tests::test_sync_mcp_creates_config_files ... ok
[INFO] [stdout] test linker::tests::test_sync_mcp_disabled_returns_empty ... ok
[INFO] [stdout] test linker::tests::test_sync_mcp_no_agents_configured_returns_empty ... ok
[INFO] [stdout] test linker::tests::test_sync_mcp_no_servers_returns_empty ... ok
[INFO] [stdout] test linker::tests::test_sync_options_default ... ok
[INFO] [stdout] test linker::tests::test_sync_skips_disabled_agents ... ok
[INFO] [stdout] test linker::tests::test_sync_skips_already_correct_symlink ... ok
[INFO] [stdout] test linker::tests::test_sync_mcp_default_agents_support_aliases ... ok
[INFO] [stdout] test linker::tests::test_sync_mcp_only_creates_for_configured_agents ... ok
[INFO] [stdout] test linker::tests::test_sync_result_default ... ok
[INFO] [stdout] test linker::tests::test_sync_skips_missing_source ... ok
[INFO] [stdout] test mcp::tests::test_agent_config_paths ... ok
[INFO] [stdout] test mcp::tests::test_agent_from_id ... ok
[INFO] [stdout] test linker::tests::test_sync_symlink_contents ... ok
[INFO] [stdout] test linker::tests::test_sync_symlink_contents_compresses_agents_md ... ok
[INFO] [stdout] test linker::tests::test_sync_symlink_contents_with_pattern ... ok
[INFO] [stdout] test linker::tests::test_sync_uses_default_agents_when_no_cli_filter ... ok
[INFO] [stdout] test mcp::tests::test_agent_all_returns_all_agents ... ok
[INFO] [stdout] test mcp::tests::test_claude_formatter_merge_override ... ok
[INFO] [stdout] test mcp::tests::test_claude_formatter_merge ... ok
[INFO] [stdout] test mcp::tests::test_claude_formatter_orders_servers_deterministically ... ok
[INFO] [stdout] test mcp::tests::test_claude_formatter_parse_existing ... ok
[INFO] [stdout] test mcp::tests::test_cleanup_removed_servers_gemini ... ok
[INFO] [stdout] test mcp::tests::test_codex_formatter_cleanup_removed_servers ... ok
[INFO] [stdout] test mcp::tests::test_cleanup_removed_servers_opencode ... ok
[INFO] [stdout] test mcp::tests::test_codex_formatter_format_to_string ... ok
[INFO] [stdout] test mcp::tests::test_codex_formatter_merge_override ... ok
[INFO] [stdout] test mcp::tests::test_codex_formatter_merge_preserves_other_settings ... ok
[INFO] [stdout] test mcp::tests::test_codex_formatter_parse_existing ... ok
[INFO] [stdout] test linker::tests::test_sync_updates_existing_symlink_with_different_target ... ok
[INFO] [stdout] test mcp::tests::test_codex_formatter_uses_http_headers_and_omits_type ... ok
[INFO] [stdout] test mcp::tests::test_gemini_formatter_adds_trust ... ok
[INFO] [stdout] test mcp::tests::test_gemini_formatter_preserves_other_settings ... ok
[INFO] [stdout] test mcp::tests::test_generator_deduplicates_shared_paths ... ok
[INFO] [stdout] test mcp::tests::test_generator_creates_config ... ok
[INFO] [stdout] test mcp::tests::test_generator_creates_parent_directories ... ok
[INFO] [stdout] test mcp::tests::test_generator_dry_run ... ok
[INFO] [stdout] test mcp::tests::test_generator_creates_parent_directories_codex ... ok
[INFO] [stdout] test mcp::tests::test_generator_generate_all ... ok
[INFO] [stdout] test linker::tests::test_sync_resets_caches_between_runs ... ok
[INFO] [stdout] test mcp::tests::test_generator_merge_all_servers_removed ... ok
[INFO] [stdout] test mcp::tests::test_generator_skips_disabled_servers ... ok
[INFO] [stdout] test mcp::tests::test_generator_merge_no_removal_needed ... ok
[INFO] [stdout] test mcp::tests::test_get_enabled_agents_from_config ... ok
[INFO] [stdout] test mcp::tests::test_mcp_output_enabled_servers ... ok
[INFO] [stdout] test mcp::tests::test_opencode_formatter_basic ... ok
[INFO] [stdout] test mcp::tests::test_generator_skips_identical_content ... ok
[INFO] [stdout] test mcp::tests::test_opencode_formatter_merge_orders_servers_deterministically ... ok
[INFO] [stdout] test mcp::tests::test_server_to_json_http ... ok
[INFO] [stdout] test mcp::tests::test_server_to_json_orders_env_and_headers ... ok
[INFO] [stdout] test mcp::tests::test_server_to_json_stdio ... ok
[INFO] [stdout] test mcp::tests::test_generator_merge_removal_cleanup ... ok
[INFO] [stdout] test skills::uninstall::tests::test_uninstall_skill_dotdot_rejected ... ok
[INFO] [stdout] test skills::uninstall::tests::test_uninstall_skill_dot_rejected ... ok
[INFO] [stdout] test skills::uninstall::tests::test_uninstall_skill_invalid_id ... ok
[INFO] [stdout] test skills::uninstall::tests::test_uninstall_skill_not_found ... ok
[INFO] [stdout] test mcp::tests::test_generator_merge_strategy ... ok
[INFO] [stdout] test update_check::tests::test_cache_fresh_if_notified_matches_latest ... ok
[INFO] [stdout] test update_check::tests::test_cache_load_missing_fields ... ok
[INFO] [stdout] test mcp::tests::test_generator_overwrite_strategy ... ok
[INFO] [stdout] test update_check::tests::test_cache_load_nonexistent ... ok
[INFO] [stdout] test update_check::tests::test_cache_not_fresh_if_notified_differs ... ok
[INFO] [stdout] test update_check::tests::test_cache_not_fresh_if_stale ... ok
[INFO] [stdout] test mcp::tests::test_generator_overwrite_strategy_gemini ... ok
[INFO] [stdout] test update_check::tests::test_cache_load_corrupted_json ... ok
[INFO] [stdout] test update_check::tests::test_version_detects_newer ... ok
[INFO] [stdout] test update_check::tests::test_cache_round_trip ... ok
[INFO] [stdout] test mcp::tests::test_opencode_formatter_preserves_other_settings ... ok
[INFO] [stdout] test update_check::tests::test_version_current_newer_or_equal ... ok
[INFO] [stdout] test update_check::tests::test_version_skip_prerelease ... ok
[INFO] [stdout] test update_check::tests::test_cache_save_creates_parent_dirs ... ok
[INFO] [stdout] test mcp::tests::test_generator_overwrite_strategy_opencode ... ok
[INFO] [stdout] test skills::uninstall::tests::test_uninstall_skill_success ... ok
[INFO] [stdout] test mcp::tests::test_claude_formatter_basic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 290 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/agentsync-755ccda7afad9f8a)
[INFO] [stdout] 
[INFO] [stdout] running 34 tests
[INFO] [stdout] test commands::doctor_tests::tests::test_extract_managed_entries_no_markers ... ok
[INFO] [stdout] test commands::doctor_tests::tests::test_extract_managed_entries ... ok
[INFO] [stdout] test commands::doctor_tests::tests::test_extract_managed_entries_empty ... ok
[INFO] [stdout] test commands::doctor_tests::tests::test_collect_missing_sources_reports_missing_module_map_mapping_source ... ok
[INFO] [stdout] test commands::doctor_tests::tests::test_collect_missing_sources_ignores_module_map_placeholder_target_source ... ok
[INFO] [stdout] test commands::doctor_tests::tests::test_expand_target_destinations_expands_module_map_destinations ... ok
[INFO] [stdout] test commands::doctor_tests::tests::test_extract_managed_entries_out_of_order ... ok
[INFO] [stdout] test commands::doctor_tests::tests::test_normalize_path ... ok
[INFO] [stdout] test commands::doctor_tests::tests::test_validate_destinations_combined ... ok
[INFO] [stdout] test commands::doctor_tests::tests::test_target_configuration_warnings_for_module_map_edge_cases ... ok
[INFO] [stdout] test commands::doctor_tests::tests::test_validate_destinations_overlaps ... ok
[INFO] [stdout] test commands::skill::tests::github_url_converter_blob_extracts_directory ... ok
[INFO] [stdout] test commands::doctor_tests::tests::test_validate_destinations_detects_duplicate_between_module_map_and_regular_target ... ok
[INFO] [stdout] test commands::doctor_tests::tests::test_validate_destinations_no_conflicts ... ok
[INFO] [stdout] test commands::skill::tests::github_url_converter_blob_root_file ... ok
[INFO] [stdout] test commands::skill::tests::github_url_converter_non_github_returns_none ... ok
[INFO] [stdout] test commands::skill::tests::github_url_converter_tar_gz_returns_none ... ok
[INFO] [stdout] test commands::skill::tests::github_url_converter_tree_deeply_nested ... ok
[INFO] [stdout] test commands::doctor_tests::tests::test_validate_destinations_duplicates ... ok
[INFO] [stdout] test commands::doctor_tests::tests::test_validate_destinations_multiple_duplicates ... ok
[INFO] [stdout] test commands::skill::tests::github_url_converter_already_zip_returns_none ... ok
[INFO] [stdout] test commands::skill::tests::github_url_converter_simple_repo ... ok
[INFO] [stdout] test commands::skill::tests::github_url_converter_tree_with_subpath ... ok
[INFO] [stdout] test commands::skill::tests::github_url_converter_zip_with_fragment ... ok
[INFO] [stdout] test commands::skill::tests::github_url_converter_zip_with_query_string ... ok
[INFO] [stdout] test commands::skill::tests::validate_skill_id_accepts_simple_names ... ok
[INFO] [stdout] test commands::status_tests::tests::test_collect_status_entries_expands_module_map_entries ... ok
[INFO] [stdout] test commands::status_tests::tests::test_missing_entry_is_problematic ... ok
[INFO] [stdout] test commands::status_tests::tests::test_symlink_points_different_is_problematic ... ok
[INFO] [stdout] test commands::status_tests::tests::test_non_symlink_exists_problematic ... ok
[INFO] [stdout] test commands::status_tests::tests::test_collect_status_entries_reports_stale_module_map_symlink ... ok
[INFO] [stdout] test commands::status_tests::tests::test_symlink_points_equal_not_problematic ... ok
[INFO] [stdout] test commands::skill::tests::run_skill_list_returns_error ... ok
[INFO] [stdout] test commands::skill::tests::validate_skill_id_rejects_invalid_inputs ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/all_tests.rs (/opt/rustwide/target/debug/deps/all_tests-8c67820a1edf88af)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test real_world_skills::test_install_real_skill_astro_from_skills_sh ... ignored
[INFO] [stdout] test real_world_skills::test_install_real_skill_vitest_from_skills_sh ... ignored
[INFO] [stdout] test integration::skill_install::integration_skill_install_invalid_manifest_rollback ... ok
[INFO] [stdout] test integration::skill_install::integration_skill_install_fixture ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/real_world_skills.rs (/opt/rustwide/target/debug/deps/real_world_skills-b743a583c88bfc57)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_install_real_skill_astro_from_skills_sh ... ignored
[INFO] [stdout] test test_install_real_skill_vitest_from_skills_sh ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_bug.rs (/opt/rustwide/target/debug/deps/test_bug-994017a21056939c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_merge_cleanup_bug ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_module_map_cli.rs (/opt/rustwide/target/debug/deps/test_module_map_cli-9992f2f06a8ceed4)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_module_map_cli_placeholder_happy_path ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_update_output.rs (/opt/rustwide/target/debug/deps/test_update_output-801779c8d4923775)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_update_no_version_bump_contract ... FAILED
[INFO] [stdout] test test_update_missing_source_contract ... FAILED
[INFO] [stdout] test test_update_broken_manifest_contract ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_update_no_version_bump_contract stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_update_no_version_bump_contract' (357) panicked at tests/test_update_output.rs:127:10:
[INFO] [stdout] failed to run agentsync install: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b4bc6c134fa - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b4bc6c134fa - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b4bc6c134fa - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b4bc6c134fa - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b4bc6c27b9a - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b4bc6c27b9a - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x5b4bc6c18002 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b4bc6c18002 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5b4bc6bf091f - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b4bc6bf091f - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b4bc6c0ad89 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b4bc6b9b80c - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5b4bc6b9b80c - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b4bc6c0af42 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5b4bc6c0af42 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b4bc6bf09d8 - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5b4bc6be80b9 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b4bc6bf16ed - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b4bc6c282ec - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b4bc6c28062 - core[a96a4c5c53f902a3]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5b4bc6b2a2bc - <core[a96a4c5c53f902a3]::result::Result<std[ec4e911328de40a6]::process::Output, std[ec4e911328de40a6]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5b4bc6b280bf - test_update_output[7658053ffd0c3f45]::test_update_no_version_bump_contract
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_update_output.rs:127:10
[INFO] [stdout]   22:     0x5b4bc6b25ac7 - test_update_output[7658053ffd0c3f45]::test_update_no_version_bump_contract::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_update_output.rs:98:42
[INFO] [stdout]   23:     0x5b4bc6b30986 - <test_update_output[7658053ffd0c3f45]::test_update_no_version_bump_contract::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5b4bc6b8f8eb - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5b4bc6b8f8eb - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5b4bc6b9c2db - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5b4bc6b9c2db - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5b4bc6b9c2db - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5b4bc6b9c2db - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5b4bc6b9c2db - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5b4bc6b9c2db - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5b4bc6b9c2db - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5b4bc6b979f4 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5b4bc6b979f4 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5b4bc6b9eee2 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5b4bc6b9eee2 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5b4bc6b9eee2 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5b4bc6b9eee2 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5b4bc6b9eee2 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5b4bc6b9eee2 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5b4bc6b9eee2 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5b4bc6c128ef - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x5b4bc6c128ef - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x76a56800caa4 - <unknown>
[INFO] [stdout]   45:     0x76a568099a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_update_missing_source_contract stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_update_missing_source_contract' (356) panicked at tests/test_update_output.rs:31:10:
[INFO] [stdout] failed to run binary: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b4bc6c134fa - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b4bc6c134fa - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b4bc6c134fa - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b4bc6c134fa - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b4bc6c27b9a - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b4bc6c27b9a - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x5b4bc6c18002 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b4bc6c18002 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5b4bc6bf091f - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b4bc6bf091f - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b4bc6c0ad89 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b4bc6b9b80c - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5b4bc6b9b80c - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b4bc6c0af42 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5b4bc6c0af42 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b4bc6bf09d8 - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5b4bc6be80b9 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b4bc6bf16ed - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b4bc6c282ec - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b4bc6c28062 - core[a96a4c5c53f902a3]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5b4bc6b2a2bc - <core[a96a4c5c53f902a3]::result::Result<std[ec4e911328de40a6]::process::Output, std[ec4e911328de40a6]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5b4bc6b2626b - test_update_output[7658053ffd0c3f45]::test_update_missing_source_contract
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_update_output.rs:31:10
[INFO] [stdout]   22:     0x5b4bc6b25a67 - test_update_output[7658053ffd0c3f45]::test_update_missing_source_contract::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_update_output.rs:8:41
[INFO] [stdout]   23:     0x5b4bc6b30906 - <test_update_output[7658053ffd0c3f45]::test_update_missing_source_contract::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5b4bc6b8f8eb - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5b4bc6b8f8eb - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5b4bc6b9c2db - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5b4bc6b9c2db - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5b4bc6b9c2db - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5b4bc6b9c2db - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5b4bc6b9c2db - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5b4bc6b9c2db - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5b4bc6b9c2db - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5b4bc6b979f4 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5b4bc6b979f4 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5b4bc6b9eee2 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5b4bc6b9eee2 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5b4bc6b9eee2 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5b4bc6b9eee2 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5b4bc6b9eee2 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5b4bc6b9eee2 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5b4bc6b9eee2 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5b4bc6c128ef - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x5b4bc6c128ef - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x76a56800caa4 - <unknown>
[INFO] [stdout]   45:     0x76a568099a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_update_broken_manifest_contract stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_update_broken_manifest_contract' (355) panicked at tests/test_update_output.rs:77:10:
[INFO] [stdout] failed to run binary: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b4bc6c134fa - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b4bc6c134fa - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b4bc6c134fa - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b4bc6c134fa - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b4bc6c27b9a - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b4bc6c27b9a - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x5b4bc6c18002 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b4bc6c18002 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5b4bc6bf091f - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b4bc6bf091f - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b4bc6c0ad89 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b4bc6b9b80c - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5b4bc6b9b80c - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b4bc6c0af42 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5b4bc6c0af42 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b4bc6bf09d8 - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5b4bc6be80b9 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b4bc6bf16ed - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b4bc6c282ec - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b4bc6c28062 - core[a96a4c5c53f902a3]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5b4bc6b2a2bc - <core[a96a4c5c53f902a3]::result::Result<std[ec4e911328de40a6]::process::Output, std[ec4e911328de40a6]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5b4bc6b270cc - test_update_output[7658053ffd0c3f45]::test_update_broken_manifest_contract
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_update_output.rs:77:10
[INFO] [stdout]   22:     0x5b4bc6b25a97 - test_update_output[7658053ffd0c3f45]::test_update_broken_manifest_contract::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_update_output.rs:48:42
[INFO] [stdout]   23:     0x5b4bc6b30946 - <test_update_output[7658053ffd0c3f45]::test_update_broken_manifest_contract::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5b4bc6b8f8eb - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5b4bc6b8f8eb - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5b4bc6b9c2db - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5b4bc6b9c2db - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5b4bc6b9c2db - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5b4bc6b9c2db - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5b4bc6b9c2db - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5b4bc6b9c2db - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5b4bc6b9c2db - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5b4bc6b979f4 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5b4bc6b979f4 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5b4bc6b9eee2 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5b4bc6b9eee2 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5b4bc6b9eee2 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5b4bc6b9eee2 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5b4bc6b9eee2 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5b4bc6b9eee2 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5b4bc6b9eee2 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5b4bc6c128ef - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x5b4bc6c128ef - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x76a56800caa4 - <unknown>
[INFO] [stdout]   45:     0x76a568099a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_update_broken_manifest_contract
[INFO] [stdout]     test_update_missing_source_contract
[INFO] [stdout]     test_update_no_version_bump_contract
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test test_update_output`
[INFO] running `Command { std: "docker" "inspect" "328f8eb239f97894f64e546171acdc65799a922e4e11f08a24c2b3bba9b407f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "328f8eb239f97894f64e546171acdc65799a922e4e11f08a24c2b3bba9b407f5", kill_on_drop: false }`
[INFO] [stdout] 328f8eb239f97894f64e546171acdc65799a922e4e11f08a24c2b3bba9b407f5
